#include "gtkcssselectorprivate.h"
#include "gtkcssshorthandpropertyprivate.h"
#include "gtkcssstylefuncsprivate.h"
+#include "gtksettingsprivate.h"
#include "gtkstyleprovider.h"
#include "gtkstylecontextprivate.h"
#include "gtkstylepropertiesprivate.h"
}
else
{
- /* Worst case, fall back to Raleigh */
- g_return_if_fail (!g_str_equal (name, "Raleigh")); /* infloop protection */
- _gtk_css_provider_load_named (provider, "Raleigh", NULL);
+ /* Worst case, fall back to the default */
+ g_return_if_fail (!g_str_equal (name, DEFAULT_THEME_NAME)); /* infloop protection */
+ _gtk_css_provider_load_named (provider, DEFAULT_THEME_NAME, NULL);
}
}
}
#ifdef G_OS_WIN32
_gtk_win32_theme_get_default (),
#else
- "Raleigh",
+ DEFAULT_THEME_NAME,
#endif
GTK_PARAM_READWRITE),
NULL);
return theme_name;
g_free (theme_name);
- return g_strdup ("Raleigh");
+ return g_strdup (DEFAULT_THEME_NAME);
}
static void